home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / mainint.dxr / 00133.ls < prev    next >
Encoding:
Text File  |  1996-09-30  |  270 b   |  13 lines

  1. on mouseUp
  2.   global gMousePatch, gAutoModeglobal, gFlushClicks
  3.   set gAutoMode to 0
  4.   if the movieName contains "MAININT" then
  5.     cursor(4)
  6.     FadeMyVolume(3, 2, 2, 0, 0)
  7.     go("FadeToBlack")
  8.     puppetSound(0)
  9.     go("menu", "Menu")
  10.     dontPassEvent()
  11.   end if
  12. end
  13.